![]() |
KCMakeAliasFromKCRef |
||||
Header: | Keychain.h | Carbon status: | Under Evaluation | |
Creates an alias to a keychain reference.
OSStatus KCMakeAliasFromKCRef ( KCRef keychain, AliasHandle *keychainAlias );
A reference to the keychain for which you want to create an alias.
On return, a pointer to an alias handle to the file referred to by the keychain reference.
A result code.
You may wish to call the KCMakeAliasFromKCRef function to determine the location of a keychain.
When you are finished with a keychain, you should call the function KCReleaseKeychain to deallocate its memory. You should not use the keychain after its memory has been deallocated.
Available beginning with Keychain Manager 2.0.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)